home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / NXPlot3d / Source / PlotShape.h < prev    next >
Text File  |  1994-02-17  |  565b  |  22 lines

  1. #import <3Dkit/3Dkit.h>
  2.  
  3. @interface PlotShape : N3DShape
  4. {
  5. RtPoint tickmin,tickstp;
  6. SetPref *data;
  7. int mode,flags,Omode;
  8. RtColor flagcol[5];
  9. float mmx[2],mmy[2],mmz[2];
  10. float theta,chi,aspect,ambient;
  11. float Cst,Csp;
  12. }
  13. - renderSelf:(RtToken)context;
  14. - setTicks:(RtPoint)Min :(RtPoint)Step;
  15. - setData:(SetPref *)Data :(int)Mode :(int)Flags;
  16. - setSurfaceType:(N3DSurfaceType)st andDescendants:(BOOL)flag;
  17. - setAng:(float)alt :(float)az :(float)Aspect :(float)Ambient;
  18. - setFlagColors:(RtColor *)col;
  19. - setOver:(int)OMODE;
  20. - setContour:(float)start :(float)space;
  21. @end
  22.